Skip to content

IGNITE-28515 : Use MessageSerializer for QueryIndex - copy#13058

Open
Vladsz83 wants to merge 13 commits intoapache:masterfrom
Vladsz83:IGNITE-28515-QueryIndex-copy
Open

IGNITE-28515 : Use MessageSerializer for QueryIndex - copy#13058
Vladsz83 wants to merge 13 commits intoapache:masterfrom
Vladsz83:IGNITE-28515-QueryIndex-copy

Conversation

@Vladsz83
Copy link
Copy Markdown
Contributor

No description provided.

Vladsz83 added 11 commits April 15, 2026 15:52
# Conflicts:
#	modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/operation/SchemaIndexCreateOperation.java
# Conflicts:
#	modules/core/src/main/java/org/apache/ignite/internal/CoreMessagesProvider.java
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3 New Code Smells (required ≤ 1)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

break;

case 10910: {
case 10911: {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vladsz83 @anton-vinogradov , now it looks very ugly that we need to do this. It is necessary to refactor this case block.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use smth. like msgFactory.messageType(msg). Looks like other ticket. Or I could place the message below in the registration list. But I could place it where it should be and make a fix.

@github-actions
Copy link
Copy Markdown

Possible compatibility issues. Please, check rolling upgrade cases

This PR modifies protected classes (with Order annotation).
Changes to these classes can break rolling upgrade compatibility.

Affected files:

  • modules/core/src/main/java/org/apache/ignite/internal/cache/query/QueryIndexMessage.java
  • modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/operation/SchemaIndexCreateOperation.java
  • modules/core/src/test/java/org/apache/ignite/internal/codegen/MessageProcessorTest.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants